home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.x
- Path: uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!mips!msi!dcmartin
- From: "David C. Carver" <dcc@Athena.MIT.EDU>
- Subject: v17i021: vex.v2r2, Patch4, Part01/01
- Message-ID: <1992Mar18.213933.16024@msi.com>
- Originator: dcmartin@fascet
- Sender: dcmartin@msi.com (David C. Martin - Moderator)
- Organization: Molecular Simulations, Inc.
- References: <csx-17i021-vex.v2r2@uunet.UU.NET>
- Date: Wed, 18 Mar 1992 21:39:33 GMT
- Approved: dcmartin@msi.com
-
- Submitted-by: "David C. Carver" <dcc@Athena.MIT.EDU>
- Posting-number: Volume 17, Issue 21
- Archive-name: vex.v2r2/patch4
- Patch-To: vex.v2r2: Volume 16, Issue 107
-
-
- Xv2r2 Patch #4
-
- This patch:
-
- This patch fixes a bug in mit/extensions/xv/Xv.c which bites when a
- screen has more than one video adaptor.
-
- To apply this patch:
-
- cd to the top of the source tree (to the directory containing the "mit"
- and "contrib" subdirectories) and do:
-
- patch -p -s < ThisFile
-
- Patch will work silently unless an error occurs.
-
- If you want to watch patch do its thing, leave out the "-s" argument to patch.
-
- After applying this patch:
-
- You need to cd to mit/extensions/xv/lib and say
-
- make
-
- Prereq: xv-patch-level-3
-
- *** /tmp/XVPATCHLEVEL.1 Mon Mar 2 11:03:18 1992
- --- mit/XVPATCHLEVEL Mon Mar 2 11:04:37 1992
- ***************
- *** 2 ****
- ! VERSION xv-patch-level-3
- --- 2 ----
- ! VERSION xv-patch-level-4
-
- *** mit/extensions/xv/lib/Xv.c.0 Thu Mar 5 15:03:53 1992
- --- mit/extensions/xv/lib/Xv.c Thu Mar 5 15:05:45 1992
- ***************
- *** 249 ****
- ! for (ii=0; ii<pa->num_formats; ii++)
- --- 249 ----
- ! for (jj=0; jj<pa->num_formats; jj++)
- --
- --
- Molecular Simulations, Inc. mail: dcmartin@msi.com
- 796 N. Pastoria Avenue uucp: uunet!dcmartin
- Sunnyvale, California 94086 at&t: 408/522-9236
-